home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #3 / CD 3 (Black) - 2001.iso / Sea Battle / SETUP.EXE / 0 / RCDATA / TDIALOGFORM / TDIALOGFORM.txt < prev   
Encoding:
Text File  |  1999-02-23  |  9.9 KB  |  496 lines

  1. object DialogForm: TDialogForm
  2.   Left = 231
  3.   Top = 144
  4.   ActiveControl = NextBtn
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsNone
  7.   Caption = 'Setup'
  8.   ClientHeight = 321
  9.   ClientWidth = 436
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 8
  24.     Top = 282
  25.     Width = 417
  26.     Height = 10
  27.     Shape = bsTopLine
  28.   end
  29.   object ExitBtn: TButton
  30.     Left = 348
  31.     Top = 290
  32.     Width = 75
  33.     Height = 25
  34.     Cursor = crArrow
  35.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  36.     ModalResult = 3
  37.     TabOrder = 2
  38.     OnClick = ExitBtnClick
  39.   end
  40.   object Notebook: TNotebook
  41.     Left = 0
  42.     Top = 6
  43.     Width = 429
  44.     Height = 273
  45.     TabOrder = 3
  46.     OnPageChanged = NotebookPageChanged
  47.     object TPage
  48.       Left = 0
  49.       Top = 0
  50.       Caption = 'Welcome'
  51.       object Image1: TImage
  52.         Left = 8
  53.         Top = 5
  54.         Width = 120
  55.         Height = 260
  56.         Picture.Data = {<image001.bmp>}
  57.         Stretch = True
  58.       end
  59.       object Label1: TLabel
  60.         Left = 140
  61.         Top = 6
  62.         Width = 32
  63.         Height = 13
  64.         Caption = 'Label1'
  65.       end
  66.     end
  67.     object TPage
  68.       Left = 0
  69.       Top = 0
  70.       Caption = 'License'
  71.       object Image2: TImage
  72.         Left = 12
  73.         Top = 8
  74.         Width = 32
  75.         Height = 32
  76.         AutoSize = True
  77.         Picture.Data = {<image002.ico>}
  78.       end
  79.       object Label2: TLabel
  80.         Left = 52
  81.         Top = 8
  82.         Width = 365
  83.         Height = 41
  84.         AutoSize = False
  85.         Caption = 'Label2'
  86.       end
  87.       object Label3: TLabel
  88.         Left = 12
  89.         Top = 230
  90.         Width = 413
  91.         Height = 42
  92.         AutoSize = False
  93.         Caption = 'Label3'
  94.       end
  95.       object License: TMemo
  96.         Left = 12
  97.         Top = 51
  98.         Width = 409
  99.         Height = 177
  100.         Lines.Strings = (
  101.           'License')
  102.         ReadOnly = True
  103.         ScrollBars = ssVertical
  104.         TabOrder = 0
  105.         WantReturns = False
  106.       end
  107.     end
  108.     object TPage
  109.       Left = 0
  110.       Top = 0
  111.       Caption = 'User'
  112.       object Image3: TImage
  113.         Left = 8
  114.         Top = 5
  115.         Width = 120
  116.         Height = 260
  117.         Stretch = True
  118.       end
  119.       object Label4: TLabel
  120.         Left = 144
  121.         Top = 4
  122.         Width = 277
  123.         Height = 45
  124.         AutoSize = False
  125.         Caption = 'Label4'
  126.       end
  127.       object Label5: TLabel
  128.         Left = 144
  129.         Top = 72
  130.         Width = 105
  131.         Height = 17
  132.         Alignment = taRightJustify
  133.         AutoSize = False
  134.         Caption = 'Label5'
  135.       end
  136.       object Label6: TLabel
  137.         Left = 144
  138.         Top = 128
  139.         Width = 105
  140.         Height = 13
  141.         Alignment = taRightJustify
  142.         AutoSize = False
  143.         Caption = 'Label6'
  144.       end
  145.       object Label7: TLabel
  146.         Left = 144
  147.         Top = 176
  148.         Width = 277
  149.         Height = 85
  150.         AutoSize = False
  151.         Caption = 'Label7'
  152.       end
  153.       object Label8: TLabel
  154.         Left = 144
  155.         Top = 100
  156.         Width = 105
  157.         Height = 17
  158.         Alignment = taRightJustify
  159.         AutoSize = False
  160.         Caption = 'Label8'
  161.       end
  162.       object UserName: TEdit
  163.         Left = 268
  164.         Top = 68
  165.         Width = 121
  166.         Height = 21
  167.         AutoSize = False
  168.         TabOrder = 0
  169.         OnChange = UserNameChange
  170.       end
  171.       object KeyWord: TEdit
  172.         Left = 268
  173.         Top = 124
  174.         Width = 121
  175.         Height = 21
  176.         TabOrder = 1
  177.         OnChange = UserNameChange
  178.       end
  179.       object OrgName: TEdit
  180.         Left = 268
  181.         Top = 96
  182.         Width = 121
  183.         Height = 21
  184.         AutoSize = False
  185.         TabOrder = 2
  186.       end
  187.     end
  188.     object TPage
  189.       Left = 0
  190.       Top = 0
  191.       Caption = 'Custom'
  192.       object Image8: TImage
  193.         Left = 8
  194.         Top = 4
  195.         Width = 120
  196.         Height = 260
  197.         Stretch = True
  198.       end
  199.       object CustomLabel: TLabel
  200.         Left = 141
  201.         Top = 4
  202.         Width = 61
  203.         Height = 13
  204.         Caption = 'CustomLabel'
  205.       end
  206.       object CustomBox1: TCheckBox
  207.         Left = 141
  208.         Top = 80
  209.         Width = 278
  210.         Height = 17
  211.         TabOrder = 0
  212.         OnClick = CustomBox1Click
  213.       end
  214.       object CustomBox2: TCheckBox
  215.         Left = 141
  216.         Top = 98
  217.         Width = 278
  218.         Height = 17
  219.         TabOrder = 1
  220.         OnClick = CustomBox1Click
  221.       end
  222.       object CustomBox3: TCheckBox
  223.         Left = 141
  224.         Top = 117
  225.         Width = 278
  226.         Height = 17
  227.         TabOrder = 2
  228.         OnClick = CustomBox1Click
  229.       end
  230.       object CustomBox4: TCheckBox
  231.         Left = 141
  232.         Top = 135
  233.         Width = 278
  234.         Height = 17
  235.         TabOrder = 3
  236.         OnClick = CustomBox1Click
  237.       end
  238.       object CustomBox5: TCheckBox
  239.         Left = 141
  240.         Top = 153
  241.         Width = 278
  242.         Height = 17
  243.         TabOrder = 4
  244.         OnClick = CustomBox1Click
  245.       end
  246.       object CustomBox6: TCheckBox
  247.         Left = 141
  248.         Top = 171
  249.         Width = 278
  250.         Height = 17
  251.         TabOrder = 5
  252.         OnClick = CustomBox1Click
  253.       end
  254.       object CustomBox7: TCheckBox
  255.         Left = 141
  256.         Top = 190
  257.         Width = 278
  258.         Height = 17
  259.         TabOrder = 6
  260.         OnClick = CustomBox1Click
  261.       end
  262.       object CustomBox8: TCheckBox
  263.         Left = 141
  264.         Top = 208
  265.         Width = 278
  266.         Height = 17
  267.         TabOrder = 7
  268.         OnClick = CustomBox1Click
  269.       end
  270.       object Flag1: TRadioButton
  271.         Left = 141
  272.         Top = 225
  273.         Width = 279
  274.         Height = 17
  275.         Caption = 'Flag1'
  276.         Checked = True
  277.         TabOrder = 8
  278.         TabStop = True
  279.         Visible = False
  280.       end
  281.       object Flag2: TRadioButton
  282.         Left = 141
  283.         Top = 241
  284.         Width = 279
  285.         Height = 17
  286.         Caption = 'Flag2'
  287.         TabOrder = 9
  288.         Visible = False
  289.       end
  290.       object Flag3: TRadioButton
  291.         Left = 141
  292.         Top = 257
  293.         Width = 279
  294.         Height = 17
  295.         Caption = 'Flag3'
  296.         TabOrder = 10
  297.         Visible = False
  298.       end
  299.     end
  300.     object TPage
  301.       Left = 0
  302.       Top = 0
  303.       Caption = 'Directory'
  304.       object Image4: TImage
  305.         Left = 8
  306.         Top = 5
  307.         Width = 120
  308.         Height = 260
  309.         Stretch = True
  310.       end
  311.       object Label9: TLabel
  312.         Left = 144
  313.         Top = 4
  314.         Width = 32
  315.         Height = 13
  316.         Caption = 'Label9'
  317.       end
  318.       object GroupBox1: TGroupBox
  319.         Left = 139
  320.         Top = 184
  321.         Width = 278
  322.         Height = 81
  323.         Caption = 'GroupBox1'
  324.         TabOrder = 0
  325.         object BrowseBtn: TButton
  326.           Left = 168
  327.           Top = 48
  328.           Width = 97
  329.           Height = 21
  330.           Caption = '...'
  331.           TabOrder = 0
  332.           OnClick = BrowseBtnClick
  333.         end
  334.         object DefaultDir: TEdit
  335.           Left = 8
  336.           Top = 16
  337.           Width = 257
  338.           Height = 21
  339.           TabOrder = 1
  340.           Text = 'DefaultDir'
  341.         end
  342.       end
  343.     end
  344.     object TPage
  345.       Left = 0
  346.       Top = 0
  347.       Caption = 'Group'
  348.       object Image7: TImage
  349.         Left = 8
  350.         Top = 4
  351.         Width = 120
  352.         Height = 260
  353.         Stretch = True
  354.       end
  355.       object Label16: TLabel
  356.         Left = 144
  357.         Top = 4
  358.         Width = 277
  359.         Height = 101
  360.         AutoSize = False
  361.         Caption = 'Label16'
  362.       end
  363.       object GroupEdit: TEdit
  364.         Left = 144
  365.         Top = 108
  366.         Width = 277
  367.         Height = 21
  368.         TabOrder = 0
  369.         Text = 'GroupEdit'
  370.       end
  371.       object GroupList: TListBox
  372.         Left = 144
  373.         Top = 132
  374.         Width = 277
  375.         Height = 133
  376.         ItemHeight = 13
  377.         TabOrder = 1
  378.         OnClick = GroupListClick
  379.       end
  380.     end
  381.     object TPage
  382.       Left = 0
  383.       Top = 0
  384.       Caption = 'Copying'
  385.       object Image5: TImage
  386.         Left = 8
  387.         Top = 4
  388.         Width = 120
  389.         Height = 260
  390.         Stretch = True
  391.       end
  392.       object Label10: TLabel
  393.         Left = 144
  394.         Top = 4
  395.         Width = 38
  396.         Height = 13
  397.         Caption = 'Label10'
  398.       end
  399.       object Label11: TLabel
  400.         Left = 164
  401.         Top = 112
  402.         Width = 38
  403.         Height = 13
  404.         Caption = 'Label11'
  405.       end
  406.       object Label12: TLabel
  407.         Left = 164
  408.         Top = 136
  409.         Width = 38
  410.         Height = 13
  411.         Caption = 'Label12'
  412.       end
  413.       object Label13: TLabel
  414.         Left = 164
  415.         Top = 160
  416.         Width = 38
  417.         Height = 13
  418.         Caption = 'Label13'
  419.       end
  420.       object Label14: TLabel
  421.         Left = 164
  422.         Top = 184
  423.         Width = 38
  424.         Height = 13
  425.         Caption = 'Label14'
  426.       end
  427.       object FileCaption: TLabel
  428.         Left = 156
  429.         Top = 228
  430.         Width = 52
  431.         Height = 13
  432.         Caption = 'FileCaption'
  433.       end
  434.       object Gauge: TProgressBar
  435.         Left = 157
  436.         Top = 247
  437.         Width = 257
  438.         Height = 16
  439.         Min = 0
  440.         Max = 100
  441.         TabOrder = 0
  442.       end
  443.     end
  444.     object TPage
  445.       Left = 0
  446.       Top = 0
  447.       Caption = 'Finish'
  448.       object Image6: TImage
  449.         Left = 8
  450.         Top = 4
  451.         Width = 120
  452.         Height = 260
  453.         Stretch = True
  454.       end
  455.       object Label15: TLabel
  456.         Left = 144
  457.         Top = 4
  458.         Width = 281
  459.         Height = 237
  460.         AutoSize = False
  461.         Caption = 'Label15'
  462.       end
  463.       object Restart: TCheckBox
  464.         Left = 144
  465.         Top = 248
  466.         Width = 281
  467.         Height = 17
  468.         Caption = 'Restart'
  469.         TabOrder = 0
  470.       end
  471.     end
  472.   end
  473.   object PrevBtn: TButton
  474.     Left = 185
  475.     Top = 290
  476.     Width = 75
  477.     Height = 25
  478.     Cursor = crArrow
  479.     Caption = '<< ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  480.     Enabled = False
  481.     TabOrder = 0
  482.     OnClick = PrevBtnClick
  483.   end
  484.   object NextBtn: TButton
  485.     Left = 260
  486.     Top = 290
  487.     Width = 75
  488.     Height = 25
  489.     Cursor = crArrow
  490.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ >>'
  491.     Default = True
  492.     TabOrder = 1
  493.     OnClick = NextBtnClick
  494.   end
  495. end
  496.